Release 10.1A: OpenEdge Data Management:
SQL Reference


DAYOFWEEK

Returns the day of the week in the argument as a short integer value in the range of 1–7.

The argument date_expression can be the name of a column, the result of another scalar function, or a date or timestamp literal.

Syntax

DAYOFWEEK ( date_expression ) 

Example

The following example shows how to use the DAYOFWEEK function:

SELECT *
    FROM orders
    WHERE DAYOFWEEK (order_date) = 2 ; 

Notes

Compatibility

ODBC compatible


Copyright © 2005 Progress Software Corporation
www.progress.com
Voice: (781) 280-4000
Fax: (781) 280-4095